Q3PickIDStyle_Set
You can use theQ3PickIDStyle_Set
function to set the picking ID of a picking ID style.
TQ3Status Q3PickIDStyle_Set ( TQ3StyleObject pickIDObject, unsigned long id);
pickIDObject
- A picking ID style object.
id
- A picking ID.
DESCRIPTION
TheQ3PickIDStyle_Set
function sets the picking ID of the style object specified by thepickIDObject
parameter to the value specified in theid
parameter.